Serialized Form


Package misc

Class misc.Pair extends java.lang.Object implements Serializable

serialVersionUID: -3269964369920187563L

Serialized Fields

fst

java.lang.Object fst
Reference to the first object of the pair.


snd

java.lang.Object snd
Reference to the second object of the pair.

Class misc.ScoreKeeper extends java.lang.Object implements Serializable

serialVersionUID: -8974661138458056269L

Serialized Fields

m

java.util.Map<K,V> m
Map of objects and their score


max

int max
The highest score in the map


total

int total
The sum of all scores in the map


Package negotiator

Class negotiator.ArrayListXML extends java.util.ArrayList<E> implements Serializable

serialVersionUID: 2308241807299226296L


Package negotiator.analysis

Class negotiator.analysis.AnalysisException extends negotiator.exceptions.NegotiatorException implements Serializable

serialVersionUID: 3591281849194003876L


Package negotiator.boaframework

Class negotiator.boaframework.BOAagentInfo extends java.lang.Object implements Serializable

serialVersionUID: 2868410344415899340L

Serialized Fields

offeringStrategy

BOAcomponent offeringStrategy
Offering strategy of the specified agent


acceptanceStrategy

BOAcomponent acceptanceStrategy
Acceptance strategy of the specified agent


opponentModel

BOAcomponent opponentModel
Opponent model of the specified agent


omStrategy

BOAcomponent omStrategy
Opponent model strategy of the specified agent

Class negotiator.boaframework.BOAcomponent extends java.lang.Object implements Serializable

serialVersionUID: 9055936213274664445L

Serialized Fields

classname

java.lang.String classname
Classname of the component


type

java.lang.String type
Type of the component, for example "as" for acceptance condition


parameters

java.util.HashMap<K,V> parameters
Parameters which should be used to initialize the component upon creation


orgParam

java.util.ArrayList<E> orgParam